jas.hist
Interface Statistics
- All Known Subinterfaces:
- ExtendedStatistics
- All Known Implementing Classes:
- Basic1DFunction, Gauss.PaulStatistics, JAS2DRebinAdaptor
- public interface Statistics
An interface that represents a set of Statistics values all of whose
values can be expressed as doubles.
- See Also:
ExtendedStatistics
getStatisticNames
public java.lang.String[] getStatisticNames()
- Returns:
- A list of statistic names
getStatistic
public double getStatistic(java.lang.String name)
- Parameters:
The
- statistic name, as returned by getStatisticNames()- Returns:
- The value for the statistic